-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LOCAL][CI] Fix Helloworld ios jobs #45158
[LOCAL][CI] Fix Helloworld ios jobs #45158
Conversation
eae5b99
to
7a8ff08
Compare
Need to update the cache key for build_hermes_macos in restore to |
7a8ff08
to
5e640f6
Compare
.github/workflows/test-all.yml
Outdated
@@ -206,7 +206,7 @@ jobs: | |||
- name: Restore Cached Artifacts | |||
uses: actions/cache/[email protected] | |||
with: | |||
key: v2-hermes-osx-bin-${{ matrix.flavor }}-${{ needs.prepare_hermes_workspace.outputs.hermes-version }}-${{ needs.prepare_hermes_workspace.outputs.react-native-version }} | |||
key: v2-hermes-artifacts-${{ matrix.flavor }}-${{ needs.prepare_hermes_workspace.outputs.hermes-version }}-${{ needs.prepare_hermes_workspace.outputs.react-native-version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a fix to optimize the build. I was using the wrong prefix in the previous PR.
1677a5c
to
703e987
Compare
Base commit: d3e0430 |
c3c26d8
to
49d395b
Compare
49d395b
to
e7f4f05
Compare
Summary:
We changed the way we restore the Hermes binary, restoring it from artifacts rather than from cache.
This might have altered a little where the binary is stored and we need to update the path properly
Changelog:
[Internal] - Fix Helloworld ios jobs
Test Plan:
GHA are green